|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.framework.card.Card.Info
カード情報をカプセル化したクラスです .
| フィールドの概要 | |
static int |
PROTOCOL_RAW
RAWデータ . |
static int |
PROTOCOL_T0
T0プロトコル . |
static int |
PROTOCOL_T1
T1プロトコル . |
| メソッドの概要 | |
byte[] |
getAtr()
ATRを取得します . |
int |
getProtocol()
プロトコルを取得します . |
Slot |
getSlot()
スロットを取得します . |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final int PROTOCOL_T0
public static final int PROTOCOL_T1
public static final int PROTOCOL_RAW
| メソッドの詳細 |
public byte[] getAtr()
throws CardAccessException
CardAccessException - ATRを取得する際にエラーが発生した場合
.
public int getProtocol()
throws CardAccessException
CardAccessException - プロトコルを取得する際にエラーが発生した場合
.PROTOCOL_T0,
PROTOCOL_T1,
PROTOCOL_RAW
public Slot getSlot()
throws CardAccessException
CardAccessException - スロットを取得する際にエラーが発生した場合
.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||